Dynamicweb 8 Documentation
Find Method (Collection<T>)

Condition.
Returns a first element from the collection that satisfies the condition.
Syntax
'Declaration
 
Public Function Find( _ 
   ByVal predicate As Func(Of T,Boolean) _ 
) As T
public T Find( 
   Func<T,bool> predicate 
)

Parameters

predicate
Condition.

Return Value

A first element from the collection that satisfies the condition.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Collection<T> Class
Collection<T> Members

Send Feedback